home *** CD-ROM | disk | FTP | other *** search
/ Aminet 28 / Aminet 28 (1998)(GTI - Schatztruhe)[!][Dec 1998].iso / Aminet / util / libs / graphics3d.lha / src / library / debuglib.h < prev    next >
Encoding:
C/C++ Source or Header  |  1998-10-17  |  269 b   |  13 lines

  1. /***********************************
  2.  ** Routin per poter eseguire il  **
  3.  ** debug delle share library di  **
  4.  ** Amiga.              **
  5.  ** Non si puo' usare all'esterno **
  6.  ***********************************/
  7.  
  8. #ifdef DEBUG
  9.  
  10. extern long int write_dbg(char *stringa);
  11.  
  12. #endif
  13.